home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 August / CMycha200108.iso / Zaczarowane / main.swf / scripts / DefineButton2_690 / BUTTONCONDACTION on(press).as next >
Text File  |  2001-06-06  |  301b  |  10 lines

  1. on(press){
  2.    if(!_root.mc_scroll.mc_rzeczy.mc_r4.zapakowany == true)
  3.    {
  4.       startDrag(_root.mc_scroll.mc_rzeczy.mc_r4,0);
  5.       x_pos = getProperty(_root.mc_scroll.mc_rzeczy.mc_r4, _X);
  6.       y_pos = getProperty(_root.mc_scroll.mc_rzeczy.mc_r4, _Y);
  7.       my = _root.number * 50;
  8.    }
  9. }
  10.